projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133bbcd
)
(dired-mode): Put expanded name in list-buffers-directory.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Aug 1994 02:43:58 +0000
(
02:43
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 4 Aug 1994 02:43:58 +0000
(
02:43
+0000)
lisp/dired.el
patch
|
blob
|
history
diff --git
a/lisp/dired.el
b/lisp/dired.el
index 12925074258efb7e05faf89ffe8534035e68c837..9f91da107a7e7f8eea6fe36481db5449cdd14935 100644
(file)
--- a/
lisp/dired.el
+++ b/
lisp/dired.el
@@
-976,7
+976,7
@@
Keybindings:
(or dirname default-directory))
;; list-buffers uses this to display the dir being edited in this buffer.
(set (make-local-variable 'list-buffers-directory)
-
dired-directory
)
+
(expand-file-name dired-directory)
)
(set (make-local-variable 'dired-actual-switches)
(or switches dired-listing-switches))
(dired-sort-other dired-actual-switches t)